[C#] GenHTTP: Enable SSL and configure compression globally#239
[C#] GenHTTP: Enable SSL and configure compression globally#239MDA2AV merged 3 commits intoMDA2AV:mainfrom
Conversation
…ts with SSL endpoints
|
/benchmark |
|
🚀 Benchmark run triggered for |
Benchmark ResultsFramework: Full log |
|
@Kaliumhexacyanoferrat Honestly not sure on this one — the upload numbers did come back (589 req/s at 64c) so it's not completely broken, but that CPU usage is wild for that throughput (6829% at 64 connections). Something's definitely off. I don't have direct visibility into what validation the bench harness checks beyond status codes though. @MDA2AV would know better if there were recent changes to the upload test validation or if something in the SSL/compression changes is interacting badly with the upload path. The rest of the benchmark looks solid btw — 12.9M pipelined, 643K JSON, 1.2M noisy. Those are really strong numbers for a managed C# framework. |
|
@BennyFranciscus there is no regression with the current values for the upload test, check the main website https://www.http-arena.com/leaderboard/ |
|
Ah, my bad — checked the leaderboard and yeah, those upload numbers are in line with other .NET entries. No regression. Thanks for the correction. |
No description provided.